home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
gamesa
/
frmabout.frm
(
.txt
)
next >
Wrap
Visual Basic Form
|
1999-08-04
|
6KB
|
172 lines
VERSION 5.00
Begin VB.Form frmAbout
AutoRedraw = -1 'True
BorderStyle = 3 'Fixed Dialog
Caption = "About Games"
ClientHeight = 2520
ClientLeft = 2370
ClientTop = 1485
ClientWidth = 3660
ClipControls = 0 'False
ForeColor = &H00800080&
Icon = "frmAbout.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Moveable = 0 'False
ScaleHeight = 2520
ScaleWidth = 3660
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Tag = "About TicTacToe"
Begin VB.PictureBox picIcon
Appearance = 0 'Flat
AutoSize = -1 'True
BorderStyle = 0 'None
ClipControls = 0 'False
ForeColor = &H80000008&
Height = 480
Left = 120
Picture = "frmAbout.frx":0442
ScaleHeight = 480
ScaleMode = 0 'User
ScaleWidth = 480
TabIndex = 1
TabStop = 0 'False
Top = 120
Width = 480
End
Begin VB.CommandButton cmdOK
Cancel = -1 'True
Caption = "OK"
Default = -1 'True
Height = 345
Left = 2235
TabIndex = 0
Tag = "OK"
Top = 2070
Width = 1260
End
Begin VB.Label Label3
Caption = "achinth@usa.net"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 315
Left = 1050
TabIndex = 6
Tag = "Warning: ..."
Top = 1605
Width = 2115
End
Begin VB.Label Label1
Caption = "Developed by "
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000007&
Height = 225
Left = 1275
TabIndex = 5
Tag = "Version"
Top = 1110
Width = 1485
End
Begin VB.Label lblTitle
Caption = "Games"
BeginProperty Font
Name = "MS Sans Serif"
Size = 18
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 375
Left = 1275
TabIndex = 4
Tag = "Application Title"
Top = 120
Width = 1290
End
Begin VB.Line Line1
BorderColor = &H00808080&
BorderStyle = 6 'Inside Solid
Index = 1
X1 = 120
X2 = 3480
Y1 = 1950
Y2 = 1950
End
Begin VB.Line Line1
BorderColor = &H00FFFFFF&
BorderWidth = 2
Index = 0
X1 = 120
X2 = 3480
Y1 = 1950
Y2 = 1950
End
Begin VB.Label lblVersion
Caption = "Version 1.0.0"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00800080&
Height = 225
Left = 1260
TabIndex = 3
Tag = "Version"
Top = 600
Width = 1365
End
Begin VB.Label lblDisclaimer
Caption = "Achinth G Anand"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000C0&
Height = 315
Left = 870
TabIndex = 2
Tag = "Warning: ..."
Top = 1350
Width = 2115
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub cmdOK_Click()
Unload Me
End Sub